-
Notifications
You must be signed in to change notification settings - Fork 227
Disable Mooncake on prerelease; bump min Julia to 1.10.2; regroup CI tests #2569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Turing.jl documentation for PR #2569 is available at: |
9339cbb
to
22569ee
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2569 +/- ##
=======================================
Coverage 85.86% 85.86%
=======================================
Files 21 21
Lines 1429 1429
=======================================
Hits 1227 1227
Misses 202 202 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request Test Coverage Report for Build 15346521153Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I have a slight preference for keeping more than 3 groups for quicker feedback.
Regarding test grouping, stdlib/distributions has dropped to only 5 minutes, so I lumped it into "everything else". The rest is the same. Between #2564 and this PR, we've gone from 6 test groups and 2.5 hours to 4 test groups and 45 minutes 😄 |
Closes #2570
Mooncake doesn't precompile on 1.12, so this is a very similar fix to TuringLang/DynamicPPL.jl#921. I was getting tired of CI not passing, and also the whole env not precompiling meant that potential real issues would be masked.
In the process, we discovered that
sample()
was taking a very long time to compile on v1.10.0. This PR therefore also bumps the minimum version to 1.10.2, which is the first patch where this performance bug is fixed. See #2570 for more discussion (and #2571 where I was bisecting Julia patch versions).I also edited CI to balance out the test times. The new groups are:
mcmc/gibbs
: ~ 45 minutesmcmc/Inference
: ~10 minutesad
: ~30 minuteseverything else
: ~ 30 minutes